Auto merge of #2913 - cuviper:disable-option-checking, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 25 Jul 2016 18:48:59 +0000 (11:48 -0700)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2016 18:48:59 +0000 (11:48 -0700)
commit5ce691c9b1d93515c5911bdfffc37fd390734980
treedc63f4ba228e34572e7a65904d0531edf06927cc
parent43d425925323d8736158214d0fb4aabec0748777
parent3cf6d7d2e4e0e94fbdab31cb934a84d4c5b6205c
Auto merge of #2913 - cuviper:disable-option-checking, r=alexcrichton

configure: Support --disable-option-checking

This is mirroring rust-lang/rust#31169.  The RPM %configure macro sets a
lot of useful paths for typical configure scripts, but some of these
values are not recognized here in Cargo.  It's nice to have an option to
ignore those, rather than failing on `validate_opt`.